Disable guest firmware apm since no apm is supported now to remove the
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 1 Nov 2005 09:37:07 +0000 (10:37 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 1 Nov 2005 09:37:07 +0000 (10:37 +0100)
apm handle idle request error when guest os boot

Signed-off-by: Winston Wang <winston.l.wang@intel.com>
tools/firmware/rombios/rombios.c

index b6e27034ab2a9fc5de3f720dbcbb8189892cc37d..857e94523aa0c7f85fbd9e1432b6d28c43e7c661 100644 (file)
 #define BX_SUPPORT_FLOPPY 1
 #define BX_FLOPPY_ON_CNT 37   /* 2 seconds */
 #define BX_PCIBIOS       1
-#define BX_APM           1
+#define BX_APM           0
 
 #define BX_USE_ATADRV    1
 #define BX_ELTORITO_BOOT 1